// This file is used to define an 'Administration System'
// that is  used by this iSeries Access for Windows install image.  All 
// clients that install iSeries Access for Windows using this install image 
// will use the 'Administration system' defined in this file as their
// initial 'current Administration system'.
//
// By default, this file contains no valid entries, and therefore does not 
// define an 'Administration System' used by the install image. 
// 
// The syntax rules for this file are as follows: 
//      1) all comment lines must start with'//' as the first two 
//         characters
//      2) Only a single 'Administration System' can be defined in this 
//         file. 
//      3) Either the TCP/IP address or DNS name of the iSeries that 
//         is 
//         to serve as the 'Administration system' (or both) can be used
//         to identify the iSeries.  This can be done as follows: 
//              x.x.x.x    <iSeries name>  
//         where 'x.x.x.x' is the tcp/ip address (with no blanks between
//         periods) and '<iSeries name>' is the name of the iSeries. 
//         At least
//         one blank space must exist between the iSeries name and 
//         the 
//         tcp/ip address.  3 separate examples are shown below as valid
//         entries for defining system 'SystemA' with an address of
//        '9.5.23.145' as an 'Administration System': 
//   9.5.23.145
//   9.5.23.145    SystemA 
//   SystemA  
